Skip to main content

GetVertex

Unit: DXFConv

Description

Returns pointer to TsgSHXVertex class object.

ParameterTypeDescription
AListTListvertexes list of the SHX Font text string
IndexAListvertex index in AList
SignXInteger1 – normal text; -1 – mirrored in X text
SignYInteger1 – normal text; -1 – mirrored in Y text
ASyDoubleratio of height and above value of the text

Syntax

function GetVertex(AList: TList; Index, SignX, SignY: Integer; const ASy: Double): PsgSHXVertex;